home *** CD-ROM | disk | FTP | other *** search
/ 404 Jogos / CLJG.iso / Diversos / sketch.swf / scripts / frame_5 / PlaceObject3_195_44 / CLIPACTIONRECORD onClipEvent(enterFrame).as < prev    next >
Encoding:
Text File  |  2008-08-07  |  355 b   |  17 lines

  1. onClipEvent(enterFrame){
  2.    s += (ds - s) / 10;
  3.    s1 += (s - _xscale) / 2;
  4.    _xscale = _xscale + (s1 - _xscale) / 5;
  5.    _yscale = _xscale;
  6.    _rotation = Math.cos(_yscale / 30) * 5 + 5;
  7.    if(_xscale < 10)
  8.    {
  9.       if(task == "mm")
  10.       {
  11.          task = "";
  12.          _visible = false;
  13.          _parent.gotoAndStop(3);
  14.       }
  15.    }
  16. }
  17.